home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / U-Z / VCR+ / Read Me First < prev    next >
Encoding:
Text File  |  1993-03-23  |  3.5 KB  |  43 lines  |  [TEXT/ttxt]

  1.   Two applications are included in this archive. One is a direct port of the PC code into the console enviroment of Think C 5.0.4 (VCR Console) The Think C project along with the the source files are included. The second is a quick revision of the program to sport a Mac interface (or some semblance thereof). Since I used AppMaker to throw together an interface, it uses code from a support AppMaker library, this is why the code for the mac-like version isn't included. (The AppMaker library is very large, so no one would want to download it, besides I think I can't upload it in any form without violating someone's license, so I'm covering my behind. I do not warrant that the programs included will work on everyone's machine, and since I'm obviously not gaining any wealth from these masterpieces I can't promise anyone fixes to make these compatible with specific hardware configurations. But, if you ask nicely, and don't mind waiting (school and work come before fiddling around with programs) I can try to help. As this archive is just 50K, it is slightly smaller than the 54K PC version in the PC Programming Forum, and you won't have to fight with getting it to work. (Just don't take the static keyword off the functions in this download, since they have similar names in both files, and you shouldn't have any problems with them.)
  2.  
  3.   Please do not derate my coding abilities when veiwing the code in this archive as most of it is NOT mine. I do not care for the use of goto, but tried to preserve most of the code as originally presented in the files Decode2.c, and Encode2.c.
  4.  
  5.  
  6. Short description of archive contents:
  7.  
  8. Decode2.c:   function to decode a VCR+ code, and supporting functions.
  9. Encode2.c:   function to create a VCR+ code, and supporting functions.
  10. Read Me First:   This File.
  11. README.TXT:   the original read me from the PC side. Long, but more help than this file.
  12. VCR Console:   application in the console environment. Very PC like.
  13. VCR+ Control:   application sporting a semi-mac interface. See below for description.
  14. VCR+2.c:   main function for the console application.
  15. VCR+2.π:   the Think C project
  16.  
  17.  
  18. VCR+ Control
  19.  
  20. General:
  21.   The memory size should not really be set below 64K, but you might be able to work it in only 52K or less, but with 64K you will be okay with up to 5 windows open. I have set the default size to 72K to give some extra room. The reason being that the program doesn't check much for out of memory conditions, so I figure a good estimate is to alot about 4K extra for each window you want to open above and beyond 64K. I also wanted to take the time to point out that the channel is not the channel on your TV, it is the VCR+ channel, which those of you who have seen Deirdre's version will know, but I figured anyone wanting to use this would have VCR+, and know this about the different channels for VCR+. 
  22.  
  23. Menus:
  24. Apple-About: Self Explanitory.
  25. File-New: Makes a new window to do convertions in.
  26.       -Quit: Quits
  27. Standard Edit menu functions
  28.      Cut, copy, paste, clear, select all.
  29.      Undo not implemented
  30.  
  31. Main Window:
  32.  
  33.   You must specify all options except the TextEdit box for the code before hitting the Get Code button. You need to specify the Month, Date, Year, and Code before hitting the Decode button. The month and year must be right when decoding, the day will be changed for you if the code actually points to a different day (the algorithm does not change from month to month, or year to year).
  34.  
  35.  
  36. Let me know what you think.
  37.  
  38. I can be reached On-line at:
  39.  
  40. AOL: DFunct
  41.  
  42. Daniel Farmer
  43. Seattle, WA